object ChangeBar: TChangeBar Left = 461 Top = 164 BorderIcons = [] BorderStyle = bsDialog Caption = 'Pluggins Manager' ClientHeight = 274 ClientWidth = 344 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ComboBox1: TComboBox Left = 24 Top = 56 Width = 201 Height = 19 Hint = 'Select a pluggin' Style = csOwnerDrawFixed ItemHeight = 13 ParentShowHint = False ShowHint = True Sorted = True TabOrder = 0 OnChange = ComboBox1Change end object OK: TButton Left = 240 Top = 56 Width = 75 Height = 25 Hint = 'Use the selected pluggin' Caption = 'Use' Default = True ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = OKClick end object InfoBox: TGroupBox Left = 24 Top = 88 Width = 297 Height = 177 Hint = 'Information from the selectet pluggin' Caption = 'InfoBox' ParentShowHint = False ShowHint = True TabOrder = 2 object Exe: TLabel Left = 24 Top = 24 Width = 265 Height = 13 AutoSize = False Caption = 'Exe' end object Version: TLabel Left = 24 Top = 40 Width = 265 Height = 13 AutoSize = False Caption = 'Version' end object Coment: TLabel Left = 24 Top = 80 Width = 265 Height = 89 AutoSize = False Caption = 'Coment' end object MadeBy: TLabel Left = 24 Top = 56 Width = 265 Height = 13 AutoSize = False Caption = 'MadeBy' end end object Add_Plugin: TButton Left = 24 Top = 24 Width = 75 Height = 25 Hint = 'Add a pluggin from the pluggin directory' Caption = 'Add' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = Add_PluginClick end object Remove_Plugin: TButton Left = 160 Top = 24 Width = 75 Height = 25 Hint = 'Remove a pluggin from the pluggin directory' Caption = 'Remove' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = Remove_PluginClick end object OpenDialog1: TOpenDialog DefaultExt = 'cfg' Filter = 'Plugin files|*.cfg' Title = 'Open plugin file' Left = 264 Top = 16 end end